home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: lugb.latrobe.edu.au!latcs1!charan
- From: charan@latcs1.lat.oz.au (Software Access)
- Subject: Keyboard Routines
- X-Nntp-Posting-Host: latcs2.cs.latrobe.edu.au
- Message-ID: <DL74zx.94n@latcs1.lat.oz.au>
- Sender: news@latcs1.lat.oz.au (news)
- Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Mon, 15 Jan 1996 00:21:33 GMT
-
- Hi C Programmers.
- I'm using BIOS rouines to read extended keys. But
- somehow i cannot read keys F11 and F12.
-
- My program sonehow goes like this.
-
- key = bioskey(0);
- modifiers = bioskey(2); // Cannot remember the numbers offhand!.
- then do a key &= 0xff for alphanumeric keys,
- else key = 0x100+(key >> 8);
- Works fine with every key on keyboard except F11 and F12.
- Has anyone got a solution to this problem ?. Any help would be
- appreciated.
- Thank in Advance.
- reply to : charan@latcs2.cs.latrobe.edu.au
- Rik.
-
-